home *** CD-ROM | disk | FTP | other *** search
- BLOCKTEQ SPELLCHECK VERSION 1.2
-
- This product is for demonstration purposes only.
- You may have this on your system for a 30 day evaluation
- period. If after that time you decide not to purchase
- BlockTeq's SpellCheck version 1.2 you should remove it
- from your system.
-
-
- ********************************************************
- USING BLOCKTEQ SPELLCHECK
-
- Included with this distribution are 3 examples of
- how to use BlockTeq's SpellCheck. The examples use
- Microsoft's Foundation Class (MFC); Borland's Object
- Windows Library (OWL); and Microsoft's Visual Basic.
- The import libraries were made using Borland's IMPLIB
- release 5.02, and Microsoft's LIB release 5.0. Refer
- to your compiler's documentation to create your own
- import library if needed.
-
- There is only one function in the DLL and that is
- "SpellCheck(HWND hwnd)". You should pass the window
- handle of your editor control as this function's
- argument and call it on some event like "OnBtnClick",
- etc.
-
- If you decide to use the Window's API to load the
- DLL (LoadLibrary, GetProcAddress, FreeLibrary, . . .)
- then you should load the DLL only once at the beginning
- of the program, free the library once at the end, and
- call SpellCheck(HWND) as many times as you want in
- between. Loading and Freeing the library everytime the
- user wants to use the spell checker function would add
- unnecessary time to your program's functionality.
-
- ********************************************************
- HOW BLOCKTEQ SPELLCHECK VERSION 1.2 WORKS
-
- The SpellCheck 1.2 has a built in English
- dictionary. This dictionary contains over 100,000 words
- and is extracted from the DLL and expanded and loaded
- into memory everytime the library is initialized.
-
- The spell checker checks for the most common
- spelling errors: missing or wrong vowels and missing or
- doubled consonants. It also has the capability of
- adding words to a custom dictionary to bypass uncommon
- but often used words at your user's discretion.
-
- ********************************************************
- QUESTION AND COMMENTS
-
- If you have any questions or comments, you can
- contact us at: blockteq@aol.com
-
- Visit our homepage at:
- http://members.aol.com/blockteq/